EXIT PROMPT
This command will create a message box when the application exits.
EXIT PROMPT Message String, Caption String
Message String
String
You can specify the text for the title and the text area of the message box. You can use this command to prompt that your application is a demo version or use it to report debug information in your standalone executables
Caption String
String
This value is a string value encased in speech marks.
This command does not return a value.
You can specify the text for the title and the text area of the message box. You can use this command to prompt that your application is a demo version or use it to report debug information in your standalone executables.
rem Set an exit prompt
exit prompt "Exit","Prompt"
print "Done. Kit Any Key"
wait key
do
loop
end
SYSTEM Commands Menu
Index